home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 37
/
Mac Magazin and MacEasy Magazine CD - Issue 37.iso
/
Software
/
Entwickler
/
sonstige
/
Visual Balloons DR3
/
Visual Balloons™ Headers & Libs
/
UVisualBalloons.hpp
< prev
Wrap
Text File
|
1997-08-06
|
2KB
|
50 lines
/*-----------------------------------------------------------------------------
UVisualBalloons.hpp
Written by Andreas Pizsa.
Copyright (C) 1997 Andreas Pizsa.
All rights reserved.
-----------------------------------------------------------------------------*/
#ifndef _H_UVisualBalloons
#define _H_UVisualBalloons
/*-----------------------------------------------------------------------------
CLASS
-----------------------------------------------------------------------------*/
class UVisualBalloons
{
/*-------------------------------------------------------------------------
METHODS ( CLASS )
-------------------------------------------------------------------------*/
public:
static void Initialize ( );
static Boolean BalloonsAvailable ( );
/*-------------------------------------------------------------------------
DATA MEMBERS ( CLASS )
-------------------------------------------------------------------------*/
private:
static Boolean sBalloonsAvailable;
};
/*-----------------------------------------------------------------------------
CLASS : UVisualBalloons
METHOD :
PURPOSE :
PARAMETERS :
RETURNS :
NOTES :
TODO :
HISTORY : Tue, 5 Aug 1997 - started
AUTHOR : Andreas Pizsa
COPYRIGHT : (C) 1997 Andreas Pizsa. All rights reserved.
-----------------------------------------------------------------------------*/
inline
Boolean UVisualBalloons::BalloonsAvailable ( )
{
return sBalloonsAvailable;
}
#endif /* _H_VisualBalloonHelp */